reflect.runtimeSelect.val (field)
6 uses
reflect (current package)
value.go#L2962: val unsafe.Pointer // ptr to data (SendDir) or ptr to receive buffer (RecvDir)
value.go#L3076: rc.val = v.ptr
value.go#L3078: rc.val = unsafe.Pointer(&v.ptr)
value.go#L3082: escapes(rc.val)
value.go#L3100: rc.val = unsafe_New(tt.Elem)
value.go#L3108: p := runcases[chosen].val
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |